ColorMode Enumeration

Represents the output of colors from a source bitmap or raster graphic.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum ColorMode

Members

Greyscale0 Image is displayed using intensity only.
Mono1 Image is displayed in black and white.
Watermark2 Colors are modified to make the resulting image transparent.
Standard3 Image is displayed without modification by the draw:color-mode attribute.
None4 None.

See Also